CQG Algorithmic Orders
ID Property
See Also  Send Feedback
AlgoOrder Icebergs (ICBG) > AlgorithmicOrders Namespace > ICBG_AlgorithmicOrder Class : ID Property



Glossary Item Box

Gets or sets algorithmic order ID.

Syntax

Visual Basic (Declaration) 
Public Property ID As String
Visual Basic (Usage)Copy Code
Dim instance As ICBG_AlgorithmicOrder
Dim value As String
 
instance.ID = value
 
value = instance.ID
C# 
public string ID {get; set;}
C++/CLI 
public:
property String^ ID {
   String^ get();
   void set (    String^ value);
}

Property Value

New value of the algorithmic order ID to setAlgorithmic order ID

See Also

Reference

ICBG_AlgorithmicOrder Class
ICBG_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.